home *** CD-ROM | disk | FTP | other *** search
/ Aminet 13 / Aminet 13 - August 1996.iso / Aminet / dev / e / DetatchE.readme < prev    next >
Text File  |  1996-07-06  |  2KB  |  53 lines

  1. Short:    Detach your own progs in E.
  2. Author:   Sv/Procyon Software (Svein Engelsgjerd)
  3. Uploader: seikesda@sn.no (Stein Eikesdal)
  4. Type:     dev/e
  5.  
  6. -------------------------------------------
  7.  Detatch.m converted by Sv/Procyon Software
  8. -------------------------------------------
  9.  
  10. Do you ever wanted to detatch your E program from CLI/SHELL ?!?!
  11. Well here is the solution to all your problems "Detatch.m"
  12.  
  13. I cut the Detatch part from Carl Jolley's E-TrackDisplay.e and
  14. added a one or two lines and compiled this mess to a module.
  15.  
  16. All work is actually done by Carl Jolley and all I did was to read
  17. his "mess-of-the-year" source and compiled a module out of it.
  18.  
  19. The detatch() function works like this:
  20. - detatch('ProgName')
  21.  
  22. This function will not return anything and if something should fail
  23. the program will just quit ( CleanUp(20) )
  24.  
  25. And... the detatch() function must (should) be the first thing executed.
  26. example: "PROC main() ; detatch('Woh..Woh...WOOOOOOHOOOO') ; ENDPROC"
  27.  
  28.  
  29. Problem:
  30. ~~~~~~~~
  31.         - Your detatched programm is not able to read
  32.           any arguments... (maybe i fix this later)
  33.  
  34. Greetingz must go to:
  35.         Demonoid Productions/Procyon Software
  36.         SmartAss / Procyon Software(?)
  37.         The beautifull girl on "VikingSkipet motell" in Hamar (Norway)
  38.  
  39. NEWS NEWS NEWS!!!
  40. Watch out for our PC-PUKE DEMO (Real puking (done by me) filmed LIVE)
  41.  
  42. (You will probably find it on Aminet sometime!!!)
  43.  
  44.  
  45. ============================= Archive contents =============================
  46.  
  47. Original  Packed Ratio    Date     Time    Name
  48. -------- ------- ----- --------- --------  -------------
  49.     1078     630 41.5% 02-Sep-95 15:23:44  detatch.m
  50.     1411     755 46.4% 02-Jun-96 02:43:34  DetatchE.readme
  51. -------- ------- ----- --------- --------
  52.     2489    1385 44.3% 03-Jun-96 05:34:14   2 files
  53.